Package com.apps.services.factory

Source Code of com.apps.services.factory.UBCCourseSpiderServiceFactory

/*
* AUTHOR: Kevin Lam
*/

package com.apps.services.factory;

import com.apps.services.UBCCourseSpiderService;

public class UBCCourseSpiderServiceFactory {
 
  public static UBCCourseSpiderService getUBCCourseSpiderService(){
    return new UBCCourseSpiderService();
  }

}
TOP

Related Classes of com.apps.services.factory.UBCCourseSpiderServiceFactory

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.